home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / flight-of-the-museum.swf / scripts / scene_background.as < prev    next >
Encoding:
Text File  |  2011-10-17  |  302 b   |  16 lines

  1. package
  2. {
  3.    import flash.display.BitmapData;
  4.    
  5.    [Embed(source="/_assets/41_scene_background.png")]
  6.    public dynamic class scene_background extends BitmapData
  7.    {
  8.        
  9.       
  10.       public function scene_background(w:Number, h:Number)
  11.       {
  12.          super(w,h);
  13.       }
  14.    }
  15. }
  16.